Definition and Importance of Evidence-Based Medicine
2024-08-30
A 7-year-old boy with a history of recurrent asthma exacerbations presents to the clinic. His parents are concerned about the long-term effects of inhaled corticosteroids and have read conflicting information online. They ask whether continuing the medication is the best option for their child. As a clinician using Evidence-Based Medicine (EBM), what is the first step you should take to address their concerns?
Explanation: The first step in the EBM process is to formulate a clear clinical question using the PICO (Patient/Population, Intervention, Comparison, Outcome) framework, which will guide the search for the best available evidence.
A pediatric resident is reviewing a recent study that suggests a new treatment for pediatric eczema. The study is a randomized controlled trial (RCT) with a large sample size and demonstrates statistically significant results. According to the principles of Evidence-Based Medicine (EBM), which of the following best describes the importance of this study’s findings?
Explanation: In EBM, randomized controlled trials (RCTs) represent a high level of evidence. However, the findings should be integrated with the clinician’s expertise and the patient’s values and preferences before being applied in practice.
Which of the following best exemplifies the integration of patient values and preferences in the practice of Evidence-Based Medicine (EBM) for a pediatric patient?
Explanation: EBM involves not only the integration of the best available research evidence and clinical expertise but also the incorporation of the patient’s values and preferences into the decision-making process. Collaborating with the family to choose the most appropriate course of action exemplifies this integration.
%%{
init: {
'theme': 'base',
'themeVariables': {
'fontSize': '24px',
'fontFamily': 'Arial, sans-serif',
'lineColor': '#333',
'primaryColor': '#f0f0f0',
'primaryTextColor': '#333',
'primaryBorderColor': '#666',
'edgeLabelBackground': '#ffffff',
'tertiaryColor': '#fff'
}
}
}%%
flowchart TD
A[Did investigator assign exposures?] -->Y1(Yes)-->B[Experimental study]
A -->N1(No)-->C[Observational study]
B --> D{Random allocation?}
D -->Y2(Yes)-->E[Randomised controlled trial]
E --> E1["Regression / HR / T-test<br>ANOVA / Chi-Square / ITT"]
D -->N2(No)-->F[Non-randomised<br>controlled trial]
F --> F1["Regression / HR / T-test<br>ANOVA / Chi-Square / ITT"]
C --> G{Comparison group?}
G -->N3(No)-->I[Descriptive study]
I --> I1[Summary statistics]
G -->Y3(Yes)-->H[Analytical study]
H ---> K[Cohort study]
K --> K1["Regression / HR / T-test<br>ANOVA / Chi-Square / RR"]
H ---> L[Case-control study]
L --> L1["Regression (esp. Logistic) / T-test<br>Chi-Square / McNemar's / OR"]
H ---> M[Cross-sectional study]
M --> M1["Regression / T-test<br>Chi-Square / OR"]
classDef yesno fill:none,stroke:none;
classDef question fill:#cdc6ff;
classDef tests fill:#ff9b9b;
classDef study fill:#84cdee;
class N1,Y1,N2,Y2,N3,Y3 yesno;
class A,D,G question;
class E1,F1,K1,L1,M1 tests;
class E,F,K,L,M, study;
%% Lengthen lines
linkStyle 7,8,9 stroke-width:2px,fill:none,stroke:black;
A pediatric researcher is planning a study to investigate the effectiveness of a new vaccine in preventing a common childhood infection. The researcher randomly assigns participants to either receive the new vaccine or a placebo, with both the participants and the clinicians blinded to the assignment. After a follow-up period, the incidence of the infection is compared between the two groups. Of the following, the BEST description of the study design used in this research is:
Explanation: A Randomized Controlled Trial (RCT) is the gold standard for evaluating the effectiveness of an intervention. Participants are randomly assigned to either the intervention or control group, and both participants and clinicians are blinded to the assignments to minimize bias.
In a study assessing the relationship between breastfeeding and the development of allergies, researchers follow a group of infants from birth until 5 years of age. The researchers document the breastfeeding status of the infants and monitor them for the development of allergies during this period. Which of the following BEST describes the study design?
Explanation: A Cohort Study follows a group of individuals over time to observe how specific exposures (e.g., breastfeeding) affect the development of outcomes (e.g., allergies). This prospective study design is ideal for studying the natural history of diseases.
When critically appraising a research article, a pediatric resident identifies that the study has a small sample size, potentially leading to low statistical power. Which of the following is the MOST appropriate concern related to low statistical power in this context?
Explanation: Low statistical power increases the risk of a Type II error, which occurs when a study fails to detect a true effect or difference. This means that there may be a real association or difference, but the study might not have enough power to demonstrate it due to the small sample size.
:::
:::